curl --request DELETE \
--url https://api.hyperline.co/v1/invoices/{id}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a transaction linked to an existing invoice. Only applies to scheduled transaction.
curl --request DELETE \
--url https://api.hyperline.co/v1/invoices/{id}/transactions/{transactionId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?